Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r4248:a76a0dc924d9 Date: 2012-07-02 09:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/a76a0dc924d9/
Log: add more pics diff --git a/talk/ep2012/stm/bigGIL.fig b/talk/ep2012/stm/bigGIL.fig new file mode 100644 --- /dev/null +++ b/talk/ep2012/stm/bigGIL.fig @@ -0,0 +1,24 @@ +#FIG 3.2 Produced by xfig version 3.2.5b +Landscape +Center +Metric +A4 +100.00 +Single +-2 +1200 2 +2 2 0 1 0 9 50 -1 20 0.000 0 0 -1 0 0 5 + 4725 1350 6525 1350 6525 1800 4725 1800 4725 1350 +2 1 0 1 0 4 51 -1 20 0.000 0 0 7 1 0 2 + 0 0 1.00 60.00 120.00 + 1125 1575 7425 1575 +2 2 0 1 0 9 50 -1 20 0.000 0 0 7 0 0 5 + 1125 1305 3150 1305 3150 1800 1125 1800 1125 1305 +2 1 0 1 0 4 51 -1 20 0.000 0 0 7 1 0 2 + 0 0 1.00 60.00 120.00 + 1125 2025 7425 2025 +2 2 0 1 0 4 50 -1 20 0.000 0 0 -1 0 0 5 + 3150 1800 4725 1800 4725 2250 3150 2250 3150 1800 +4 0 7 50 -1 0 24 0.0000 4 345 615 1755 1710 f(1)\001 +4 0 7 50 -1 0 24 0.0000 4 345 615 3525 2145 f(2)\001 +4 0 7 50 -1 0 24 0.0000 4 345 615 5340 1710 f(3)\001 diff --git a/talk/ep2012/stm/bigSTM.fig b/talk/ep2012/stm/bigSTM.fig new file mode 100644 --- /dev/null +++ b/talk/ep2012/stm/bigSTM.fig @@ -0,0 +1,24 @@ +#FIG 3.2 Produced by xfig version 3.2.5b +Landscape +Center +Metric +A4 +100.00 +Single +-2 +1200 2 +2 1 0 1 0 4 51 -1 20 0.000 0 0 7 1 0 2 + 0 0 1.00 60.00 120.00 + 1125 1575 7425 1575 +2 2 0 1 0 9 50 -1 20 0.000 0 0 7 0 0 5 + 1125 1305 3150 1305 3150 1800 1125 1800 1125 1305 +2 2 0 1 0 4 50 -1 20 0.000 0 0 -1 0 0 5 + 1140 1800 2715 1800 2715 2250 1140 2250 1140 1800 +2 2 0 1 0 9 50 -1 20 0.000 0 0 -1 0 0 5 + 3375 1350 5175 1350 5175 1800 3375 1800 3375 1350 +2 1 0 1 0 4 51 -1 20 0.000 0 0 7 1 0 2 + 0 0 1.00 60.00 120.00 + 1140 2025 7440 2025 +4 0 7 50 -1 0 24 0.0000 4 345 615 1755 1710 f(1)\001 +4 0 7 50 -1 0 24 0.0000 4 345 615 1650 2145 f(2)\001 +4 0 7 50 -1 0 24 0.0000 4 345 615 3900 1710 f(3)\001 diff --git a/talk/ep2012/tools/talk.rst b/talk/ep2012/tools/talk.rst --- a/talk/ep2012/tools/talk.rst +++ b/talk/ep2012/tools/talk.rst @@ -37,7 +37,7 @@ * making tools is hard -* I don't think any of the existing solutions is the ultimate +* I don't think any of the existing solutions is as good as it can be * I'll even rant about my own tools @@ -87,3 +87,8 @@ ================= * I don't actually know, but I'll keep trying + +Q&A +=== + +* I'm actually listening for advices _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
