]> Zhao Yanbai Git Server - minix.git/commit
No need to use memcpy to copy a message of 36 bytes. The overhead just
authorTomas Hruby <tom@minix3.org>
Wed, 27 Jan 2010 09:34:47 +0000 (09:34 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 27 Jan 2010 09:34:47 +0000 (09:34 +0000)
commite0f7043e04839e55f5a294a15a4d69557892d14a
treeb4feada7c875003262b8be5f46ab6b69c2e2d550
parent9a7cd8e254d557f3bf610d2cacab44ddb2c719bb
No need to use memcpy to copy a message of 36 bytes. The overhead just
to call memcpy is half of the inline copy (using gcc -O)
kernel/system.c