You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2017. It is now read-only.
I added the TypeScript compiler benchmark as tests/octane/typescript.js, but Jalangi crashes during record. Unfortunately, the benchmark has several functions that shadow the arguments array, exposing known issue #21. I've added a unit test tests/unit/shadow-arguments.js reduced from the compiler. Opening this issue in case other problems arise.
The text was updated successfully, but these errors were encountered:
Re-opening as we still can't handle record / replay. Now, recording doesn't seem to terminate in a reasonable amount of time. I let the record phase run for 5 minutes, and memory usage grew to 900MB before I killed it. Without instrumentation, the program runs in < 2s on my machine. I suspect a bug somewhere; it's hard to reduce, but I'll try.
I added the TypeScript compiler benchmark as
tests/octane/typescript.js
, but Jalangi crashes during record. Unfortunately, the benchmark has several functions that shadow thearguments
array, exposing known issue #21. I've added a unit testtests/unit/shadow-arguments.js
reduced from the compiler. Opening this issue in case other problems arise.The text was updated successfully, but these errors were encountered: