Alexey Andreev
|
8c35ef0189
|
IDEA: fix starting daemon with specified amount of memory
|
2018-08-30 11:11:15 +03:00 |
|
Alexey Andreev
|
773d40aa37
|
IDEA: fix copying sources from dependant modules
|
2018-08-30 11:10:51 +03:00 |
|
Alexey Andreev
|
50573f4f06
|
Prevent minifier from generating NaN function
|
2018-08-30 11:10:23 +03:00 |
|
Alexey Andreev
|
f5c6ac9c5d
|
Improve performance of dependency analyzer, decrease memory consumption
|
2018-08-29 13:20:16 +03:00 |
|
Alexey Andreev
|
d20accc20c
|
Add support for Array.set
|
2018-08-29 13:20:16 +03:00 |
|
Alexey Andreev
|
365e47882a
|
Avoid generation of too deeply nested expressions to fit into v8 parser stack
|
2018-08-27 22:08:03 +03:00 |
|
Alexey Andreev
|
174ac9e725
|
Fix translation of lambdas when class has subclass with lambdas
|
2018-08-27 19:44:44 +03:00 |
|
Alexey Andreev
|
d6363c5fbf
|
Fix NPE in dependency analyzer. Fix excessive types propagating in dependency analyzer
|
2018-08-27 16:17:23 +03:00 |
|
Alexey Andreev
|
558c3f2f1e
|
Fix bugs in dependency analyzer, introduced by previous optimizations
|
2018-08-23 13:26:26 +03:00 |
|
Alexey Andreev
|
0ebf8c2f6e
|
Reduce memory consumption
|
2018-08-20 18:56:16 +03:00 |
|
Alexey Andreev
|
2dd145a731
|
Improve performance of dependency analysis
|
2018-08-20 18:41:08 +03:00 |
|
Alexey Andreev
|
8fbd3715d4
|
Update checkstyle IDEA configuration WRT changes to latest plugin
|
2018-08-13 12:26:33 +03:00 |
|
Alexey Andreev
|
7f46c301bd
|
IDEA: allow to configure build daemon heap size
|
2018-07-31 16:31:09 +03:00 |
|
Alexey Andreev
|
67afe6173e
|
Improve performance of compilation of large code bases
|
2018-07-31 12:14:53 +03:00 |
|
Alexey Andreev
|
5b5417d46b
|
Improve performance of dependency analysis
|
2018-07-04 11:53:53 +03:00 |
|
Alexey Andreev
|
4e20a1de18
|
Properly handle checkcast to array type in dependency analyzer
|
2018-07-03 19:11:51 +03:00 |
|
Alexey Andreev
|
3653e39bec
|
Add system property that triggers printing of dependency analyzer summary report
|
2018-06-29 17:32:26 +03:00 |
|
Alexey Andreev
|
f160ce2f2f
|
Use class/method names to generate lambda class names. Reduce number of types propagated by dependency analyzer
|
2018-06-29 16:46:36 +03:00 |
|
Alexey Andreev
|
2eea5cba5e
|
Fix AbstractList.removeRange
|
2018-06-29 16:45:21 +03:00 |
|
Alexey Andreev
|
7511eea1cb
|
Fix boxing lambda return value
|
2018-06-28 19:07:29 +03:00 |
|
Alexey Andreev
|
d674b0b7de
|
Add some missing stdlib methods
|
2018-06-28 19:07:04 +03:00 |
|
Alexey Andreev
|
fc13c10d98
|
Fix Logger.info
|
2018-06-28 18:54:36 +03:00 |
|
Alexey Andreev
|
243901ec10
|
Add more JS API wrappers
|
2018-06-19 22:38:21 +03:00 |
|
Alexey Andreev
|
f2adb9dbdd
|
More wrappers for JavaScript APIs
|
2018-06-19 18:54:00 +03:00 |
|
Alexey Andreev
|
544eb4e827
|
IDEA plugin: don't load dependencies transitively, since IDEA provides all necessary dependencies
|
2018-06-19 18:53:38 +03:00 |
|
Alexey Andreev
|
dc99ead514
|
Fix compilation of Kotlin code when there's kotlin-reflect library in the classpath, but it's actually not used by Kotlin code. See #345
|
2018-06-18 22:56:11 +03:00 |
|
Alexey Andreev
|
cdffb779e0
|
Fix NPE when there are build errors related to lack of reflection support
|
2018-06-18 13:40:11 +03:00 |
|
Julian Kennedy
|
bb55089742
|
- added offsetTop and offsetLeft JSO methods to HTMLElement
|
2018-06-07 21:32:06 +03:00 |
|
Alexey Andreev
|
097820cc2b
|
Wasm backend: implement remaining types of resources
|
2018-05-20 23:54:23 +03:00 |
|
Alexey Andreev
|
5ce48ce866
|
Wasm backend: fix issues related to instanceof expression
|
2018-05-19 22:56:16 +03:00 |
|
Comick
|
3ef3678ed0
|
Fix TSetFromMap#add return value
|
2018-05-19 21:24:41 +03:00 |
|
Alexey Andreev
|
27a4848947
|
Make more precise type inference. The old algorithm sometimes reported wrong results on multidimensional primitive arrays
|
2018-05-19 20:40:47 +03:00 |
|
Alexey Andreev
|
15b77ee752
|
Wasm backend: fix Array.get
|
2018-05-17 23:58:14 +03:00 |
|
Alexey Andreev
|
9b2e00cb9f
|
Wasm backend: support reinterpret conversion in C wasm emulator
|
2018-05-17 23:58:01 +03:00 |
|
Alexey Andreev
|
dbe31c43bf
|
Wasm backend: write function index in AST representation to make easier navigation and debugging
|
2018-05-17 19:39:22 +03:00 |
|
Alexey Andreev
|
c58e19405c
|
C backend: increase resolution of timer in gtk benchmark
|
2018-05-17 19:38:42 +03:00 |
|
Alexey Andreev
|
bb3a2a22fe
|
C backend: add GTK version of jbox2d benchmark.
|
2018-05-17 01:14:37 +03:00 |
|
Alexey Andreev
|
c7b6544537
|
C backend: allow to pass Java string to C code
|
2018-05-16 23:20:20 +03:00 |
|
Alexey Andreev
|
f0d97a72ab
|
Wasm backend: add intrinsics for some Float and Double methods
|
2018-05-16 20:15:13 +03:00 |
|
Alexey Andreev
|
d7b57ae938
|
Update asm version to 6.1.1 and versions of Maven plugins that use old asm in order to support Java 10 bytecode version.
|
2018-05-15 16:20:20 +03:00 |
|
Alexey Andreev
|
d3a9f57c1c
|
C backend: avoid generation of deeply nested blocks and long lines (such code is rejected by MSVC).
|
2018-05-14 22:34:37 +03:00 |
|
Alexey Andreev konsoletyper@gmail.com
|
4d8f33d994
|
C backend: few fixes for MVSC
|
2018-05-14 01:15:29 +03:00 |
|
Alexey Andreev
|
76ca3f06cf
|
C backend: make compiled binary independent of load location
|
2018-05-13 23:27:27 +03:00 |
|
Alexey Andreev
|
8cf69db8bb
|
Wasm backend: copy wasm-runtime.js to the output directory. Fix wasm benchmark according latest changes
|
2018-05-13 19:45:25 +03:00 |
|
Alexey Andreev
|
c9ebe2e2e9
|
Wasm backend: fix more tests. Implement Array.get. Implement x instanceof C for all cases.
|
2018-05-13 19:17:45 +03:00 |
|
Alexey Andreev
|
f23128bb13
|
Wasm backend: fix many tests
|
2018-05-12 23:43:53 +03:00 |
|
Alexey Andreev
|
5e3514e5dd
|
Wasm backend: fix low-level memory copying function
|
2018-05-11 20:02:52 +03:00 |
|
Alexey Andreev
|
a81eeeee03
|
Wasm backend: fix hanging tests, make more tests pass, change name generation scheme
|
2018-05-10 17:41:28 +03:00 |
|
Alexey Andreev
|
b087610c2c
|
Wasm backend: make JUnit tests work
|
2018-05-08 23:31:51 +03:00 |
|
Alexey Andreev
|
f532801f38
|
C backend: implement support for ResourceArray and ResourceMap
|
2018-05-07 19:30:00 +03:00 |
|