Skip to content

Commit

Permalink
Remove deprecated GC emulation.
Browse files Browse the repository at this point in the history
This was an emulation of the BoehmGC API, but it has been deprecated
for a long time and the test for it disabled due to not working in
asm.js.

People who want GC support should compile Boehm GC from sources or
use an alternative GC.
  • Loading branch information
waywardmonkeys committed Apr 12, 2015
1 parent 5d6eb6f commit b284223
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 448 deletions.
238 changes: 0 additions & 238 deletions src/library_gc.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/settings.js
Expand Up @@ -508,8 +508,6 @@ var FAKE_X86_FP80 = 1; // Replaces x86_fp80 with double. This loses precision. I
// if you can, to get the original source code to build without x86_fp80
// (which is nonportable anyhow).

var GC_SUPPORT = 1; // Enables GC, see gc.h (this does not add overhead, so it is on by default)

var WARN_ON_UNDEFINED_SYMBOLS = 1; // If set to 1, we will warn on any undefined symbols that
// are not resolved by the library_*.js files. Note that
// it is common in large projects to
Expand Down
72 changes: 0 additions & 72 deletions system/include/gc.h

This file was deleted.

0 comments on commit b284223

Please sign in to comment.