1
0
forked from 0ad/0ad
0ad/source/scriptinterface
wraitii 6bb08fb424 [SM52 1/2] Upgrade Spidermonkey build system and binaries to 52.9.1
Of note is the change to static linking on *nix (MacOS already used it).
The logic is that we can only use one single version of SM, so that
advantage of dynamic linking is lost regardless. We might also see
performance gains in the future with LTO enabled. It is also slightly
easier to distribute the program as a result. Expect a negligible size
increase in the binary size (offset somewhat by no longer needing to
distribute .so files). Finally, it streamlines the build script.

Also noteworthy in this commit:
- The MacOS build script is folded back into the general build script.
- the perl/sed command is replaced by patching the configuration file,
which at least warns if it starts failing in the future.

Binaries for windows provided by @Itms
The bulk of the patching was also done by @Itms.

Tested by: Stan, Freagarach
Refs #4893

Differential Revision: https://code.wildfiregames.com/D3094
This was SVN commit r24202.
2020-11-18 14:34:17 +00:00
..
tests Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
NativeWrapperDecls.h Mass rename CxPrivate to CmptPrivate. 2020-11-13 16:44:15 +00:00
NativeWrapperDefns.h Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
ScriptContext.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
ScriptContext.h Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
ScriptConversions.cpp Fix building without precompiled headers. 2020-11-18 11:35:36 +00:00
ScriptConversions.h Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
ScriptEngine.h Rename ScriptRuntime to ScriptContext 2020-11-14 10:57:50 +00:00
ScriptExceptions.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
ScriptExceptions.h Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
ScriptExtraHeaders.h SpiderMonkey 38 upgrade: 09/35 2016-09-02 16:23:44 +00:00
ScriptInterface.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
ScriptInterface.h Fix building without precompiled headers. 2020-11-18 11:35:36 +00:00
ScriptStats.cpp Use in-place construction. 2015-07-29 23:44:17 +00:00
ScriptStats.h Add JS memory usage to profiler. 2010-08-02 19:23:58 +00:00
ScriptTypes.h [SM52 1/2] Upgrade Spidermonkey build system and binaries to 52.9.1 2020-11-18 14:34:17 +00:00