[Ironpython-users] running asciidoc

Jeff Hardy jdhardy at gmail.com
Wed Apr 23 09:34:28 CEST 2014


On Wed, Apr 23, 2014 at 6:14 AM, Pawel Jasinski
<pawel.jasinski at gmail.com> wrote:
> asciidoc calls frequently re.compile.
> In case of cpython re.compile uses cache, where ironpython performs compile
> unconditionally.
> https://ironpython.codeplex.com/workitem/35146

Why would it repeatedly call compile? The point of compile is that it
should only be called once and then the result re-used.

- Jeff


More information about the Ironpython-users mailing list