]> Repositorios git - scryer-prolog.git/commit
allocate floats in dedicated buffer
authorMark Thom <[email protected]>
Tue, 5 Apr 2022 05:56:30 +0000 (23:56 -0600)
committerMark Thom <[email protected]>
Wed, 6 Apr 2022 02:34:27 +0000 (20:34 -0600)
commit8c99d748e28385cafb30c141521ec10c814ad4d9
tree0e03cb3fce189752a657914f25cb42ca081c8780
parent0ab928063e13191230a0ae676cdf43ac715672b8
allocate floats in dedicated buffer
14 files changed:
src/arena.rs
src/arithmetic.rs
src/forms.rs
src/heap_print.rs
src/machine/arithmetic_ops.rs
src/machine/dispatch.rs
src/machine/heap.rs
src/machine/machine_state_impl.rs
src/machine/mock_wam.rs
src/machine/system_calls.rs
src/macros.rs
src/parser/lexer.rs
src/parser/parser.rs
src/types.rs