mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:57:35 +00:00
LibIPC: Move IPC::Encoder functions out of line
Compiling anything that includes generated IPC messages is painfully slow at the moment. This moves the encoding helpers out of line, which helps a bit. Doing the same for decoding will help more.
This commit is contained in:
parent
ef01af1cb2
commit
2ae9a56c3f
4 changed files with 157 additions and 109 deletions
|
@ -1,4 +1,5 @@
|
|||
OBJS = \
|
||||
Encoder.o \
|
||||
Endpoint.o \
|
||||
Message.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue