zeusdeux / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Non-constant lookup tables #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All the various lookup tables are non-const,
thus they live in the r/w-data section.

What steps will reproduce the problem?
1. make
2. size libre2.a

What is the expected output? What do you see instead?

A thread-safe library should have minimal amount of shared r/w data.

What version of the product are you using? On what operating system?

recent hg.

Please provide any additional information below.

Patch attached, but it's easy to recreate.

Original issue reported on code.google.com by mark...@gmail.com on 23 Apr 2011 at 12:38

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by rsc@golang.org on 10 Jan 2014 at 1:11