Quantcast
Channel: Lucee Dev - Latest topics
Viewing all articles
Browse latest Browse all 419

Merge arguments and local scope

$
0
0

With Lucee 6.1 we focus on performance that includes the following point

  • improve/shrink the bytecode generated by specialisation
  • improve repeatable task like checking if a template exists
  • improve start up speed
  • adding tags/functions that allow better more performant enviroment interaction like directoryEvery or FileEvery

The goal is that most of this points are backward compatible, so anyone benefit from them by simply updating to that version without any change to the config or code necessary.

One idea is to merge the local and arguments scope, because they are mostly redundant. Problem is that would not be backward compatible and need a settings to enable it. But that means most user will most likely never enable this and because of that not benefit from it.

So any idea how we could improve this without breaking backward compatibility or any other improvment you can think of is warmly welcome.

22 posts - 9 participants

Read full topic


Viewing all articles
Browse latest Browse all 419

Trending Articles