Michael Bebenita
|
ff9c561342
|
Polyfill promises in the JS shell.
|
2015-05-16 17:19:09 -07:00 |
Brendan Dahl
|
c80cb03206
|
Merge branch 'master' of https://github.com/mozilla/j2me.js into intex
Conflicts:
Makefile
jsshell.js
references-jsc.ts
references.ts
vm/context.ts
vm/jvm.ts
|
2015-05-14 17:27:30 -07:00 |
Michael Bebenita
|
d17ede085a
|
Move jvm.ts into context.ts
|
2015-05-07 23:37:31 -07:00 |
Brendan Dahl
|
9cd9ec437c
|
Enable preemption and use a fair scheduler.
|
2015-05-07 16:07:40 -07:00 |
Michael Bebenita
|
80991c4ee8
|
Snapshott.
|
2015-05-07 15:17:05 -07:00 |
Michael Bebenita
|
be7e4d5f69
|
Snapshot, more opcodes.
|
2015-05-04 19:46:26 -07:00 |
Marco Castelluccio
|
1e62811e7a
|
Use custom TypeScript lib.d.ts. Fixes #1494
|
2015-05-01 01:05:29 +02:00 |
Michael Bebenita
|
49d4059021
|
Beginnings of a asm.jsified interpreter. The first goal is to optimize our thread stack data structures to make interpretation and unwinding faster.
|
2015-04-30 09:51:47 -07:00 |
Michael Bebenita
|
6b8e98db8c
|
Defer implKey construction as late as possible. This should now defer all implKeys until the compiler kicks in, which uses them in analyze.ts
|
2015-03-13 20:33:30 -07:00 |
Brendan Dahl
|
73a44f81cf
|
Move parser.ts into correct license folder.
|
2015-03-09 14:20:55 -07:00 |
Marco Castelluccio
|
7aed6bf108
|
Remove now unused actors.ts file
|
2015-03-05 20:25:43 +01:00 |
Brendan Dahl
|
fb26cd010b
|
Fix string resolution.
|
2015-03-03 18:15:32 -08:00 |
Michael Bebenita
|
d61ee78b38
|
Snapshot.
|
2015-02-27 17:37:08 -08:00 |
Michael Bebenita
|
8619727920
|
Lazify parsing.
|
2015-02-25 17:41:43 -08:00 |
Myk Melez
|
6c633a6d05
|
move files with node-jvm code to subdirectory
|
2015-02-13 18:18:08 -08:00 |
Yuan Xulei
|
67bf67d3c8
|
Set values of the global variable release and profile by Makefile configuration
|
2015-01-29 13:04:09 +08:00 |
Michael Bebenita
|
eea46c2871
|
Remove pack files.
|
2015-01-20 11:38:56 -08:00 |
Michael Bebenita
|
92cea4d8ac
|
Move optimizing compiled out of runtime build, making it available only ahead of time.
Remove unused code.
|
2015-01-19 23:31:33 -08:00 |