|
|
|
|
|
by Leszek
437 days ago
|
|
The eval thing is listed as a potential performance cost, but it's actually super important for performance, because it allows the parser to statically know that sloppy eval is never called inside a function, and that variables can therefore be optimized away. |
|