ladybird/DevTools
Andreas Kling ef658594e4 LibIPC: Let's start building custom message codecs for LibIPC
Instead of using ByteBuffer (which always malloc() their storage) for
IPC message encoding, we now use a Vector<u8, 1024>, which means that
messages smaller than 1 KB avoid heap allocation entirely.
2019-12-30 02:41:45 +01:00
..
FormCompiler Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
HackStudio HackStudio: Check for make command on startup 2019-12-28 23:53:09 +01:00
Inspector Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
IPCCompiler LibIPC: Let's start building custom message codecs for LibIPC 2019-12-30 02:41:45 +01:00
ProfileViewer Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
VisualBuilder Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00