1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:18:12 +00:00

Optimize WindowManager::flush() with fast_dword_copy().

This commit is contained in:
Andreas Kling 2019-01-12 21:45:45 +01:00
parent 6b4e88b515
commit edc827077e
5 changed files with 40 additions and 35 deletions

View file

@ -22,7 +22,7 @@
#include "Scheduler.h"
#include "PS2MouseDevice.h"
#define SPAWN_MULTIPLE_SHELLS
//#define SPAWN_MULTIPLE_SHELLS
//#define STRESS_TEST_SPAWNING
system_t system;