GithubHelp home page GithubHelp logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 20 May 2009 at 6:57

  • Changed state: Started
  • Added labels: Milestone-r10

from python-on-a-chip.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Size before:
main.elf  :
section             size      addr
.text              45104         0
.rodata             3880     45104
.rodata.str1.1        59     48984
.rodata.str1.4       136     49044
.data               2236   2097152
.bss               12708   2099388

Size after:
main.elf  :
section             size      addr
.text              44996         0
.rodata             4084     44996
.rodata.str1.1        59     49080
.rodata.str1.4       136     49140
.data               2228   2097152
.bss               12708   2099380

Summary: code changed from native functions to bytecode (readonly bytes); (so 
compare .text + 
.rodata):
before = 45104+3880 = 48984
after  = 44996+4084 = 49080
net = 96 more bytes.

I consider this increase in size is an acceptable amount for this change.

Original comment by [email protected] on 20 May 2009 at 11:03

from python-on-a-chip.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Running "make check" with the code change to __bi.py revealed a bug that I 
documented 
in issue #39.  I changed system test t141.py as a permanent workaround.  The 
nature of 
the test has not changed.  With the change to t141.py, make check passes.

Also changed LOAD_NAME in interp.c so that if PM_PBUILTINS is null, it won't be 
checked 
for the name.

Original comment by [email protected] on 20 May 2009 at 11:12

from python-on-a-chip.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Mainlined directly, see r369.

Original comment by [email protected] on 20 May 2009 at 11:14

  • Changed state: Fixed

from python-on-a-chip.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Changing Milestone-r10 to Milestone-r09

Original comment by [email protected] on 7 Mar 2010 at 6:26

  • Added labels: Milestone-r09

from python-on-a-chip.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Changed r09 to R09

Original comment by [email protected] on 12 Mar 2010 at 8:22

from python-on-a-chip.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 13 Mar 2010 at 1:30

  • Added labels: Milestone-09

from python-on-a-chip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.