Commit graph

14 commits

Author SHA1 Message Date
Fabian 00cf97fbf6 Fix non-terminating node scripts due to reconnect interval 2020-12-31 19:14:31 -06:00
Fabian efea556a10 Implement NetworkAdapter.change_proxy 2020-08-30 19:29:54 -05:00
Awal Garg 8222d2e6e0 Squash
restore memcpy comment
delete all the things!
fix jshint issues
restore memcpy comment
remove duplicate fxsave assignment
Count cache drops
Use already available physical address instead of calling read_imm8
Remove useless assertion
Just move around to reduce later diff
Run jit paging test with assertions enabled
Run jit-paging test on CI
Extend jit-paging test
Fix deleting invalidated code across memory pages
Add jit-paging test to gitlab ci
Remove jit_in_progress
Clean up old comments, use bool for jit_jump
Fix state image not begin garbage collected
Add ENABLE_PROFILER_TIMES to configure slow profiling times
Move to jit_generate and jit_run_interpreted to separate function
Add missing struct field
Fix: Don't write jit cache entry until no more faults can happen
Download image for jit paging test
Add missing initialiser
Mark jit_{generate,run_interpreted} as static
Specify full path to profiler.h
Clean up duplicate/missing declaration after rebase
mmap error handling, line length and fix some warnings
remove further unused code
move js imports to single header file
2020-07-21 20:10:13 -05:00
copy 243d3caa8e Minor 2016-07-18 04:37:12 +02:00
copy 1c5145eb76 Don't use socket on error 2016-07-18 04:26:52 +02:00
copy d7dac7c9b4 Prepare for Closure Compiler's new type inference 2015-12-30 23:30:54 +01:00
copy d26801457b Trailing whitespace 2015-09-16 03:25:09 +02:00
copy bef8fa3a68 Some annotations 2015-04-12 16:07:52 +02:00
copy 85ad7ec37c Handle connection error properly 2015-03-06 20:22:17 +01:00
copy cfb871bd31 Clean up 2015-01-11 21:42:05 +01:00
copy 774c4d88bb remove obsolete register() mechanism 2014-12-29 16:42:59 +01:00
copy 13511362d7 refactor communication between emulated devices and browser implementation using Bus. Web worker comming soon ;) 2014-12-25 02:32:18 +01:00
copy bfd12be557 cleaning up 2014-11-01 13:56:06 +01:00
copy 2fe66de4fa Initial version of network support 2014-10-11 02:15:37 +02:00