David Schmenk
|
f097361b83
|
Update Version 1.1.md
|
2018-04-09 07:16:07 -07:00 |
|
David Schmenk
|
b33856ee28
|
Get 65802 to sort-of run JIT
|
2018-04-08 14:59:45 -07:00 |
|
ZornsLemma
|
87d43d74ce
|
Merge pull request #12 from dschmenk/master
Merge latest upstream
|
2018-04-08 15:18:23 +01:00 |
|
David Schmenk
|
61eaeef9c1
|
Disable JITC on certain modules.
|
2018-04-07 10:48:11 -07:00 |
|
David Schmenk
|
2241c0c65f
|
Somehow this got lost in the merge
|
2018-04-07 09:33:22 -07:00 |
|
David Schmenk
|
bc7e38ee17
|
Merge branch 'devel'
|
2018-04-07 09:27:21 -07:00 |
|
David Schmenk
|
dad0f4b4d5
|
Add NO-JITC flag to module SYSFLAGS
|
2018-04-06 17:53:51 -07:00 |
|
David Schmenk
|
fd641bef8f
|
JIT specific module loading
|
2018-04-06 14:22:39 -07:00 |
|
David Schmenk
|
11dc4abcda
|
65802 JITC placeholders
|
2018-04-06 12:45:34 -07:00 |
|
David Schmenk
|
82a4b57c43
|
65802 requires 128K and JITC
|
2018-04-06 12:42:48 -07:00 |
|
David Schmenk
|
2a015d98cf
|
Update images
|
2018-04-06 09:13:55 -07:00 |
|
David Schmenk
|
625ce2704e
|
Sync cleanjit with jitcore
|
2018-04-06 08:25:42 -07:00 |
|
David Schmenk
|
f35f0b3bba
|
Fix OBO in branch calc loop and free up bytes to re-enable LLA opt
|
2018-04-06 08:05:23 -07:00 |
|
David Schmenk
|
e3606f3f64
|
Fix byte variable used in negative FOR/NEXT
|
2018-04-05 11:51:53 -07:00 |
|
David Schmenk
|
558290100c
|
Clear MSB for DLB/DAB
|
2018-04-05 11:20:43 -07:00 |
|
David Schmenk
|
5285f99a03
|
Merge branch 'devel' of https://github.com/dschmenk/PLASMA into devel
|
2018-04-04 20:20:16 -07:00 |
|
David Schmenk
|
6c6dca3348
|
re-arrange a few things
|
2018-04-04 20:19:35 -07:00 |
|
David Schmenk
|
87a0b24d7a
|
image update
|
2018-04-04 17:44:52 -07:00 |
|
David Schmenk
|
8b649b0d48
|
fix opcode skip for CS in branch detection
|
2018-04-04 13:25:13 -07:00 |
|
David Schmenk
|
9a82e3b5fb
|
Looking for one more JITC bug
|
2018-04-03 13:56:55 -07:00 |
|
David Schmenk
|
3e0d81d09d
|
Put buffer at beginning of SBANK
|
2018-04-03 10:10:41 -07:00 |
|
Dave Schmenk
|
763cbd6986
|
Full 4K JIT codebuffer
|
2018-04-02 21:46:53 -07:00 |
|
David Schmenk
|
347aa5329d
|
Leave buffer for maxcode and assembly defcpy
|
2018-04-02 15:41:41 -07:00 |
|
David Schmenk
|
9e4f9936af
|
Cleanup
|
2018-04-02 13:51:04 -07:00 |
|
David Schmenk
|
d0215eb7e1
|
Allocate proper size for defentries
|
2018-04-02 12:36:44 -07:00 |
|
David Schmenk
|
58eb615176
|
Remove JITC puts from JIT module
|
2018-04-02 10:17:33 -07:00 |
|
David Schmenk
|
e5e43f58b7
|
Save/Restore JIT code ptr
|
2018-04-02 10:02:17 -07:00 |
|
David Schmenk
|
77ca9b2813
|
Re-org some JIT <-> CMDSYS <-> VM connections
|
2018-04-02 09:17:18 -07:00 |
|
David Schmenk
|
d4f15e3a90
|
Apple /// JITC
|
2018-04-02 08:47:16 -07:00 |
|
David Schmenk
|
574911e389
|
Apple /// JIT WIP
|
2018-04-01 18:53:56 -07:00 |
|
David Schmenk
|
46b24b077a
|
Break out cor JIT for all platforms
|
2018-04-01 15:29:57 -07:00 |
|
David Schmenk
|
46b9f073d5
|
New JIT defaults
|
2018-03-31 17:15:18 -07:00 |
|
David Schmenk
|
630ccd88fa
|
Improve LLA opts a little
|
2018-03-31 15:13:13 -07:00 |
|
David Schmenk
|
53a992debb
|
Update images
|
2018-03-30 13:23:52 -07:00 |
|
David Schmenk
|
51ba2df618
|
Move JIT compiler to top of AUX memory
|
2018-03-30 13:12:39 -07:00 |
|
David Schmenk
|
cccfdbb9a7
|
Combine similar opcodes to shring module size to ~8K (keep clean version)
|
2018-03-30 09:52:35 -07:00 |
|
David Schmenk
|
f11a1470f0
|
Allocate seq buffer on heap and keep ints disabled durin aux memory move
|
2018-03-29 21:44:40 -07:00 |
|
David Schmenk
|
43a03d2882
|
Make sure all buffers on heap are allocated
|
2018-03-29 21:07:08 -07:00 |
|
David Schmenk
|
3fe85c5835
|
Make sure to always allocate data on heap - it can get overwritten by JIT
|
2018-03-29 20:00:06 -07:00 |
|
David Schmenk
|
f7b1d6c3fb
|
Tracking Y register WIP
|
2018-03-29 17:14:27 -07:00 |
|
David Schmenk
|
b5885dfe8f
|
Better tracking of Y register WIP
|
2018-03-29 12:19:49 -07:00 |
|
David Schmenk
|
148031d192
|
Make SIEVE JITable
|
2018-03-29 07:58:31 -07:00 |
|
David Schmenk
|
3968f82625
|
Lose the JIT warmup count
|
2018-03-28 17:02:26 -07:00 |
|
David Schmenk
|
208be4da1f
|
Update images
|
2018-03-28 16:30:18 -07:00 |
|
David Schmenk
|
b72e592c9a
|
Fix SEL tests
|
2018-03-28 11:51:04 -07:00 |
|
Dave Schmenk
|
5e049ebe8e
|
Fix CS destination jump
|
2018-03-27 22:13:58 -07:00 |
|
David Schmenk
|
7cd9c00706
|
Fix SELect default branch
|
2018-03-27 20:00:49 -07:00 |
|
David Schmenk
|
369e9731f4
|
Source cleanup
|
2018-03-27 19:21:27 -07:00 |
|
David Schmenk
|
1e05ab789e
|
Finished updating ops $B0-$BE
|
2018-03-27 14:02:09 -07:00 |
|
David Schmenk
|
169d347754
|
Make sure A_IS_TOSL is cleared at opt fence
|
2018-03-27 10:12:13 -07:00 |
|