Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(59)

Unified Diff: src/pkg/runtime/arch_386.h

Issue 12440044: code review 12440044: runtime: tune append crossover on amd64 and 386 (Closed)
Patch Set: diff -r 0aee4b3eb910 https://code.google.com/p/go Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/append_test.go ('k') | src/pkg/runtime/arch_amd64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/arch_386.h
===================================================================
--- a/src/pkg/runtime/arch_386.h
+++ b/src/pkg/runtime/arch_386.h
@@ -6,6 +6,6 @@
thechar = '8',
BigEndian = 0,
CacheLineSize = 64,
- appendCrossover = 16,
+ appendCrossover = 0,
PCQuantum = 1
};
« no previous file with comments | « src/pkg/runtime/append_test.go ('k') | src/pkg/runtime/arch_amd64.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b