Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iamihgam/python-byte-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bravegnu/python-byte-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 55 files changed
  • 2 contributors

Commits on Dec 24, 2015

  1. Configuration menu
    Copy the full SHA
    03a062b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9398436 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Made links to code work.

    bravegnu authored Jun 28, 2016
    Configuration menu
    Copy the full SHA
    83b9308 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Configuration menu
    Copy the full SHA
    865e830 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Fixup formatting in slides.

    bravegnu committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    361cb10 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Formatting fixes.

      * Reformat slides for better view of diagrams.
      * Tweeked byte code complexity diagram, for better visual
        understanding.
      * Expanded on register machines, using Lua byte code.
    bravegnu committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    4a820de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a346d4 View commit details
    Browse the repository at this point in the history
  3. Fixed spelling issues.

    bravegnu committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    f1b62fb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Fix incorrect variable name in disassembler.

    Also used hex() to simplify the appearance of the code.
    bravegnu committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    df7b9c2 View commit details
    Browse the repository at this point in the history
  2. Remove the code to print the hex version of the string.

    This is already shown in the slides.
    bravegnu committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    91572ad View commit details
    Browse the repository at this point in the history
  3. Incorporate feedback from rehearsal.

      * Add talk objective
      * Highlight words so as to ease presentation
      * Expand on VM design
      * Change Byte Code to Bytecode
      * Add description on ord() function
      * Reorganize to simplify explanation
      * Add information and diagram on local variable store
      * Add further reading and goto
    bravegnu committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    7b93378 View commit details
    Browse the repository at this point in the history
Loading