1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-21 02:33:24 +00:00

Remove JITC puts from JIT module

This commit is contained in:
David Schmenk 2018-04-02 10:17:33 -07:00
parent e5e43f58b7
commit 58eb615176
7 changed files with 3 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -41,11 +41,9 @@ include "libsrc/jitcore.pla"
// Install JIT compiler // Install JIT compiler
// //
if *jitcomp if *jitcomp
//puts("JIT compiler already installed!\n")
return 0 return 0
fin fin
puts("JITC 1.0\n") *jitcomp = @compiler
*jitcomp = @compiler
cmdsys.jitcount = 44 cmdsys.jitcount = 44
cmdsys.jitsize = 96 cmdsys.jitsize = 96
return modkeep return modkeep

View File

@ -1411,7 +1411,7 @@ heap = *freemem
// //
// Print PLASMA version // Print PLASMA version
// //
prstr("PLASMA 2.0 Dev\n")//; prbyte(version.1); cout('.'); prbyte(version.0); crout prstr("PLASMA JITC 2.0 Dev\n")//; prbyte(version.1); cout('.'); prbyte(version.0); crout
// //
// Init symbol table. // Init symbol table.
// //

View File

@ -313,7 +313,6 @@ cmdsys:cmdparser = @shell
// //
// Install JIT compiler // Install JIT compiler
// //
puts("JITC 1.0\n")
interpentry = compiler:interpaddr interpentry = compiler:interpaddr
*jitcomp = @compiler *jitcomp = @compiler
cmdsys.jitcount = 44 cmdsys.jitcount = 44

View File

@ -1321,7 +1321,7 @@ cmdlnptr = @cmdln
// Print PLASMA version // Print PLASMA version
// //
init_cons init_cons
prstr("PLASMA 2.0 Dev\n")//; putb(version.1); putc('.'); putb(version.0); putln prstr("PLASMA JITC 2.0 Dev\n")//; putb(version.1); putc('.'); putb(version.0); putln
prstr("MEM:$"); prword(availheap); crout prstr("MEM:$"); prword(availheap); crout
// //
// Exec command line parser // Exec command line parser