about summary refs log tree commit diff stats
path: root/linux/raytracing/color.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-21 19:30:28 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-21 19:30:28 -0700
commit25791d90326a19080136f768c0a303f4ab7da890 (patch)
treebe0ee6754e1968999b6e80a5abaf896d011e2615 /linux/raytracing/color.mu
parenta8fb537a88fdbe77cdcbaa05ee28d1cad94550da (diff)
downloadmu-25791d90326a19080136f768c0a303f4ab7da890.tar.gz
opt: don't clear streams of bytes on the stack
All over the Mu code I reflexively initialize all variables just to keep
unsafe SubX easy to debug. However I don't really need to do this for safe
Mu code, since the type- and memory-safety already ensures we can't read
from streams beyond what we've written to them. For now I'll continue mostly
with the same approach, but with one exception for streams of bytes.

Mu programs often emit traces, and in doing so they often use temporary
streams of bytes that can get quite long. I'm hoping avoiding initializing
KBs of data all over the place will measurably speed up the Mu shell.
Diffstat (limited to 'linux/raytracing/color.mu')
0 files changed, 0 insertions, 0 deletions