1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/module/system/base
Andy Wingo e2066d2e63 Change -O1 compiler to use baseline and also resolve primitives
* bootstrap/Makefile.am (GUILE_OPTIMIZATIONS): Change to just -O1.
* module/language/tree-il/spec.scm (choose-compiler): Use CPS for -O2
  and higher.
* module/system/base/optimize.scm (available-optimizations): CPS for -O2
  and higher, but -Oresolve-primitives now at -O1 also.
2020-06-01 21:15:39 +02:00
..
types Explode atomic box ops to new atomic instructions 2018-04-13 10:09:56 +02:00
ck.scm Improve error for set-fields paths leading to different types. 2012-11-10 01:37:20 -05:00
compile.scm Delay loading CPS unless CPS compiler used 2020-05-12 09:54:19 +02:00
lalr.scm add source-location->source-properties to lalr 2010-11-18 12:31:28 +01:00
lalr.upstream.scm Update (system base lalr) from upstream. 2014-12-02 21:25:56 +01:00
language.scm Add compiler chooser implementation; fix bugs with previous commit 2020-05-08 22:56:37 +02:00
message.scm Add language-specific analysis pass to compiler infrastructure 2020-05-08 15:39:41 +02:00
optimize.scm Change -O1 compiler to use baseline and also resolve primitives 2020-06-01 21:15:39 +02:00
pmatch.scm pmatch: always wrap with let, even if the expression appears atomic 2012-03-01 16:16:27 -05:00
syntax.scm make-record-type does more validation on the fields 2019-10-23 14:42:29 +02:00
target.scm elisp: Fix cross-compilation support. 2018-08-07 12:07:18 +02:00
types.scm types: Recognize 'scm_t_port_type' and decode port type name. 2018-08-07 12:13:45 +02:00