0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial frame has name set to "__entry" function, closes #29 More... over 10 years ago
Frames remember caller names More... over 10 years ago
Updated Makefile More... over 10 years ago
Release 0.3.0 More... over 10 years ago
Merge branch 'master' into devel More... over 10 years ago
Merge branch 'devel' into fix/issue/25/return-values More... over 10 years ago
Merge branch 'feature/issue/23/register-context-switch' into devel This merge closes #23 for now More... over 10 years ago
Added sample for ress instruction More... over 10 years ago
Tests pass More... over 10 years ago
Workaround for #26 More... over 10 years ago
Fixed misleading warning in assembler frontend: "main" function may not end with "end" More... over 10 years ago
Fixed memory leak in CPU frontend More... over 10 years ago
CPU now properly assigns global registers More... over 10 years ago
Return value is only place()'d if there is at least one frame on stack More... over 10 years ago
Fixes for zero-sized memory leaks in Frame objects More... over 10 years ago
Switching back to local scope works More... over 10 years ago
Switching to global register set works (tests pass after small fixes in assembly code) More... over 10 years ago
Assembler now counts bytes correctly More... over 10 years ago
Change in CPU frontend: --stepping option renamed to --step More... over 10 years ago
Bytecode generation API supports RESS instruction More... over 10 years ago
CPU supports switching to global register set More... over 10 years ago
Dirty commit (to move code): partial implementation of ress More... over 10 years ago
CPU recognizes (but without implementation) ress implementation More... over 10 years ago
Changed size of ress instruction More... over 10 years ago
Updated development log More... over 10 years ago
Renamed RECONS instruction to RESS More... over 10 years ago
Three new instructions added: RCONS, TMPRI and TMPRO More... over 10 years ago
Fixed a typo More... over 10 years ago
New sample program More... over 10 years ago
Dirty commit - trying to tie global registers to register of __entry function if it is present More... over 10 years ago