Alexey Andreev
|
64ae44ee01
|
JS: store global object in a variable to avoid name clashes between generated declarations (in minified mode) and global declarations
|
2022-11-17 12:02:46 +01:00 |
|
Alexey Andreev
|
ea1134d66b
|
Trying to reduce number of classes for which name is provided in their metadata
|
2020-03-02 16:36:09 +03:00 |
|
Alexey Andreev
|
bffb50f0cd
|
Implement array bounds checking in JavaScript
|
2019-10-07 16:55:30 +03:00 |
|
Alexey Andreev
|
a8226ef6a3
|
Decrease memory consumption
|
2019-03-11 17:27:51 +03:00 |
|
Alexey Andreev
|
88dca1bd02
|
Decrease memory consumption during compilation
|
2019-03-06 16:51:01 +03:00 |
|
Alexey Andreev
|
2a1aca98da
|
Use shared ReferenceCache between different stages of compilation
|
2019-03-05 19:32:50 +03:00 |
|
Alexey Andreev
|
3c9a3bb359
|
Store AST cash in binary format. Introduce more compact
AST serialization format.
Reduce memory consumption of incremental compilation on dev server
|
2019-03-05 19:06:21 +03:00 |
|
Alexey Andreev
|
95092c4d82
|
Refactor things around decompiler, JS backend and control flow debug info
|
2019-02-25 16:10:35 +03:00 |
|
Alexey Andreev
|
bab0cd59a6
|
Improve performance and stability of development server and incremental compilation
|
2018-12-13 18:45:44 +03:00 |
|
Alexey Andreev
|
d74bcbe2b9
|
Fast dependency analyzer, fix bugs in incremental compiler
|
2018-12-07 17:41:21 +03:00 |
|