The Wayback Machine - https://web.archive.org/web/20200715152336/https://github.com/topics/bytecode
Skip to content
#

bytecode

Here are 426 public repositories matching this topic...

skybrian
skybrian commented Feb 24, 2018

The docs are a bit unclear about initializers and super calls, so I figured it out from experimenting and reading the source.

From: http://wren.io/classes.html

re: "A constructor is actually a pair of methods."

It should clarify here that while an initializer method's body runs just like any other instance method, it's not actually visible like a normal method. You can't call it excep

Dohxis
Dohxis commented Mar 9, 2017

Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co
st0012
st0012 commented Apr 16, 2020

These are the feedback from @yawniek on slack

  • the vm.New vm.New and v.ExecInstructions methods would profit from some minimal documentation, especially what all the "paths" actually mean. some of them seemed semi obvious..
  • same for RegisterExternalClass ExternalClass and vm.Method albeit those are relatively clear
  • how can i load a class into toplevel so i dont need a requir
IGx89
IGx89 commented Mar 7, 2020

Hello! The documentation appears to indicate that Format can be specified on the command line for the VSTest integration (see https://github.com/tonerdo/coverlet/blob/master/Documentation/VSTestIntegration.md#coverlet-options-supported-by-vstest-integration), but it provides no examples on how to do so and I've had zero luck figuring it out myself. Assuming that is indeed possible, would someone b

cowboy93
cowboy93 commented Nov 21, 2016

image

elastic 의 timelion 이라는 도구에서는 위와 같이 line 그래프에 커서를 올리면 동일한 시간대에 다른 그래프에도 세로 줄이 생깁니다.
어떤 이슈가 발생했을 때 동일 시점에 다른 항목들이 어떤 상태인지를 쉽게 볼 수 있는 방법인 듯 해요.

기능 추가 검토 요청 드립니다. ^^;

mbenz89
mbenz89 commented Nov 14, 2018

When generating a call graph, SPARK has to handle many special cases for concurrency helper classes like java.lang.Thread or android.os.AsyncTask. These classes usually have control flow properties hidden to the call graph analysis, e.g., the Thread's Thread.run method will be invoked asynchronously after calling Thread.start or AsyncTask.onPostExecute will be executed after `AsyncT

ethereumjs-vm
s1na
s1na commented Apr 27, 2020

Discussing the API with @jochem-brouwer we thought it might be easier from a developer PoV to have a modifyAccountFields that internally fetches an account from the trie, modify the given fields and then do a putAccount. This is to avoid users having to to the getAccount everytime they want to change an account. The method should probably throw if account doesn't exist.

Improve this page

Add a description, image, and links to the bytecode topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bytecode topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.