This website requires JavaScript.
Explore
Help
Sign In
JosephFerano
/
flan
Watch
1
Star
0
Fork
0
You've already forked flan
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
flan
/
runtime
History
Joseph Ferano
c3d36b5108
The inspector reads memory directly, a trapped read shows as trapped without a break, and requests take effect in the order the client sent them
2026-09-25 22:01:53 +07:00
..
flan_dev.c
A value that traps or faults while the inspector reads it shows as #<trapped: NAME> with no break pushed, a restart already accepted is taken before queued reads run, and a fault in the inspector's read names the read.
2026-09-25 21:27:24 +07:00
flan_dyn.c
A dyn value the inspector reads is rendered on the program's own thread, so one that traps or faults is a nested break and the daemon keeps answering.
2026-09-25 20:24:34 +07:00
flan_dyn.h
The Map header mirror the collector reads is checked against flan_rt.c's, array key pairs cannot share a name, and a program holding only a Map of dyn sets up the collector
2026-09-25 15:52:57 +07:00
flan_rt.c
A function that returns or stores into a global an address or slice of its own frame is refused, a dev free-all poisons any arena's released bytes and ASan sees them released, and @sanitize checks stack use after return
2026-09-25 20:40:21 +07:00