Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150798904
D17167.id48031.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
293 B
Referenced Files
None
Subscribers
None
D17167.id48031.diff
View Options
Index: lib/libc/amd64/string/bcopy.S
===================================================================
--- lib/libc/amd64/string/bcopy.S
+++ lib/libc/amd64/string/bcopy.S
@@ -66,6 +66,9 @@
movsq
movq %rdx,%rcx
andq $7,%rcx /* any bytes left? */
+ jne 2f
+ ret
+2:
rep
movsb
ret
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 3:26 AM (19 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30865567
Default Alt Text
D17167.id48031.diff (293 B)
Attached To
Mode
D17167: Partially depessimize userspace memmove, memcpy and bcopy
Attached
Detach File
Event Timeline
Log In to Comment