Alexey Andreev
|
8014c038c0
|
Migrate to gradle
|
2023-01-23 17:16:07 +01:00 |
|
Alexey Andreev
|
0604c6a613
|
Wasm: fix default file name used by wasi target
|
2022-11-19 13:14:24 +01:00 |
|
Alexey Andreev
|
1ca2c75e1c
|
Wasm: initial WASI support
|
2022-11-06 11:53:52 +01:00 |
|
Ulugbek
|
f57af7631b
|
fix: don't terminate if the target directory already exists
|
2022-08-12 17:48:58 +03:00 |
|
Ulugbek
|
51603695f4
|
TeaVMTool: handle target directory creation error
|
2022-08-06 14:40:09 +03:00 |
|
Ulugbek
|
b3727191b4
|
TeaVMTool: resolveTransformers() doesn't need to take as an argument variable that it can access itself
|
2022-08-06 14:40:09 +03:00 |
|
Ulugbek
|
3ff1651184
|
TeaVMTool: use a single try-with-resources
|
2022-08-06 14:40:09 +03:00 |
|
Ulugbek
|
0068198abd
|
TeaVMTool: re-use already created file
|
2022-08-06 14:40:09 +03:00 |
|
Alexey Andreev
|
ddddfcf217
|
Add option to disable assertions
|
2022-07-15 19:51:47 +03:00 |
|
Alexey Andreev
|
1fa48560c6
|
C: add option to generate shorter output file names to workaround msvc bug
|
2021-12-10 18:51:12 +03:00 |
|
Alexey Andreev
|
81bfe3f6e2
|
Improve pom.xml configuration
|
2021-03-18 11:16:41 +03:00 |
|
Alexey Andreev
|
61db54e848
|
Add JS test runner that runs tests right in the browser
|
2021-03-07 15:56:48 +03: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
|
0e7c1e5ef9
|
Wasm: don't generate class metadata if it's not used. Don't generate names and call site metadata in minified mode
|
2020-02-21 17:29:31 +03:00 |
|
Alexey Andreev
|
7d95c0fb04
|
Wasm: fix GC
|
2020-02-21 16:22:25 +03:00 |
|
Alexey Andreev
|
fb78377db8
|
Fix various issues reported by PVS Studio and LGTM
|
2019-10-31 14:36:37 +03:00 |
|
Alexey Andreev
|
3b4cc43e79
|
C: add option to strip off information about call site locations.
This decreases executable size significantly. However, this produces
obfuscated stack traces which can be deobfuscated using JSON symbol table.
|
2019-10-23 17:34:23 +03:00 |
|
Alexey Andreev
|
fe3436f053
|
C/Wasm: resizable heap
|
2019-09-24 17:48:17 +03:00 |
|
Alexey Andreev
|
f0b6cc2f30
|
Update version to 0.7.0
|
2019-09-24 16:26:14 +03:00 |
|
Alexey Andreev
|
6e6783f93d
|
C: regenerate only as small amount of classes as possible during incremental build
|
2019-09-04 19:04:12 +03:00 |
|
Alexey Andreev
|
492fd004af
|
C: add ability to write heap dump when application crashes
|
2019-08-19 15:51:41 +03:00 |
|
Alexey Andreev
|
90e00f7eb4
|
C: add option to support exceptions via setjmp/longjmp
|
2019-07-22 16:53:47 +03:00 |
|
Alexey Andreev
|
aeb5f44922
|
C: allow to change main function name
|
2019-06-20 17:13:08 +03:00 |
|
Alexey Andreev
|
0003ed0bb2
|
C: generate '#line' preprocessor directive
|
2019-05-16 11:12:35 +03:00 |
|
Alexey Andreev
|
054db3e8d1
|
C: incremental code generator
|
2019-05-15 15:16:18 +03:00 |
|
Alexey Andreev
|
a8226ef6a3
|
Decrease memory consumption
|
2019-03-11 17:27:51 +03:00 |
|
Alexey Andreev
|
fcfa998e1c
|
Reduce memory used by call graph in dev server mode
|
2019-03-07 16:51:00 +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
|
ce13c05342
|
JS: add ability to set limit for top-level names.
The purpose of this option is JS engines are too sensible for number
of methods in closure, while they don't care about methods
in an object.
|
2019-02-13 17:03:13 +03:00 |
|
Alexey Andreev
|
78c55437e3
|
Add stack deobfuscation to dev server
|
2019-01-24 16:28:30 +03:00 |
|
Alexey Andreev
|
d7d4dc1571
|
Add IDEA run configuration that runs dev server
|
2018-12-16 20:42:21 +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
|
5db4c11e10
|
Fix bugs in dev server
|
2018-12-11 16:07:43 +03:00 |
|
Alexey Andreev
|
eec458089f
|
Implement development server
|
2018-12-10 19:03:18 +03:00 |
|
Alexey Andreev
|
d74bcbe2b9
|
Fast dependency analyzer, fix bugs in incremental compiler
|
2018-12-07 17:41:21 +03:00 |
|
Alexey Andreev
|
1cf3cce076
|
Reduce minimum runtime size
|
2018-12-01 23:07:03 +03:00 |
|
Alexey Andreev
|
753755918d
|
Update build config to avoid jar hell
|
2018-11-22 14:49:30 +03:00 |
|
Alexey Andreev
|
7588962212
|
Bind system properties to Maven properties.
Add heapSize property
|
2018-11-20 14:55:04 +03:00 |
|
Alexey Andreev
|
fc799afcda
|
Add Maven option to run TeaVM in a separate process
|
2018-11-20 14:22:35 +03:00 |
|
Alexey Andreev
|
148c07336c
|
Generate entire code inside wrapper IIF
|
2018-11-15 12:47:25 +03:00 |
|
Alexey Andreev
|
4d2c075c07
|
Always embed runtime into generated file. Remove 'runtime' build property
|
2018-10-28 00:15:36 +03:00 |
|
Alexey Andreev
|
05d0220dcd
|
C backend: initial commit
|
2018-03-20 23:18:52 +03:00 |
|
Alexey Andreev
|
85c686c72a
|
Remove outdated methodAliases build parameter
Replace classAliases with classesToPreserve
|
2018-01-09 23:38:30 +03:00 |
|
Alexey Andreev
|
ffbfd7df79
|
Add minor stuff to classlib
|
2017-10-26 20:17:09 +03:00 |
|
Alexey Andreev
|
fecc087993
|
Print compilation statistics
|
2017-10-22 20:22:51 +03:00 |
|
Alexey Andreev
|
59e5c16b31
|
Update version to 0.6.0-SNAPSHOT
|
2017-06-19 20:50:19 +03:00 |
|
Alexey Andreev
|
f0637fda41
|
Remove obsolete configuration properties
|
2017-06-12 22:25:13 +03:00 |
|
Alexey Andreev
|
45b0836ac6
|
Fix updating source map file during incremental build in IDEA
|
2017-06-11 00:41:06 +03:00 |
|
Alexey Andreev
|
0397bdced1
|
Report copied source files to JPS as changed files
|
2017-06-07 14:34:05 +03:00 |
|