LJ

Results 14 issues of LJ

How to generate these two figures based on my local transformer code? And what's the meaning of the x axis? Is it the training epoch?

I performed a coverage test on Javascript engine ChakraCore. Nothing wrong with running of lcov, which command is ```command lcov --capture --directory ./ --no-external --rc lcov_branch_coverage=1 --output-file src_coverage.info ``` genhtml...

jsish reversion c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 master Build platform Ubuntu 20.04 LTS (Linux 5.4.0-1018-aws x86_64) Build steps ```sh ./build.sh ./ch poc.js ``` Test case poc.js ```javascript try { (function TestFunc() { var a;...

Bug
Severity: 2

reversion c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 master Build platform Ubuntu 22.04.2 LTS (Linux 5.19.0-43-generic x86_64) Build steps ```sh export CXXFLAGS="-g" export CFLAGS="-g" ./build.sh ./ch poc.js ``` Test case poc.js ```javascript for(;;); ``` Backtrace ```sh...

Fix the issue https://github.com/pcmacdon/jsish/issues/102 This one can work...

jsish reversion 42c694c152f7f4fbee34d5e14be37d6e0d09673f master Build platform Ubuntu 22.04.3 LTS (Linux 5.19.17 x86_64) Build steps ```sh export CFLAGS="-g -fsanitize=address" export CXXFLAGS="-g -fsanitize=address" ./jsish poc.js ``` Test case poc.js ```javascript var a...

Fix the private field crash in the Array object mentioned in https://github.com/jerryscript-project/jerryscript/issues/5138

###### JerryScript revision 47bd5d4b910a41fdc517e39edcf9220d8030a61f ###### Build platform Ubuntu 22.04.3 LTS (Linux 5.19.17 x86_64) ###### Build steps python3 ./tools/build.py --clean --debug --compile-flag=-fsanitize=address --compile-flag=-m32 --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --system-allocator=on --stack-limit=20...

I'm testing Driller with Angr on the binaries of the Angr testsuit. The following error messages are returned for most of the binaries in the x86_64 directory, such as cat....

question

###### JerryScript revision 50200152feb724a74a5f64e44d7885151537cfad (master) v3.0.0 ###### Build platform Ubuntu 18.04.6 LTS (Linux 6.2.0-37-generic x86_64) ###### Build steps ```sh /usr/bin/python3 ./tools/build.py --clean --debug --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer --compile-flag=-fno-common --lto=off --error-message=on --system-allocator=on --compile-flag=-Wno-uninitialized...