Skip to content

implement call(Nearlabel label) in the assembler #3069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
a-siva opened this issue May 15, 2012 · 1 comment
Closed

implement call(Nearlabel label) in the assembler #3069

a-siva opened this issue May 15, 2012 · 1 comment
Assignees
Labels
closed-invalid Closed as we don't believe the reported issue is generally actionable type-enhancement A request for a change that isn't a bug

Comments

@a-siva
Copy link
Contributor

a-siva commented May 15, 2012

Implement support for calls to neat labels.

@a-siva
Copy link
Contributor Author

a-siva commented May 16, 2012

The near call instruction with an immediate 16 bit value on ia32 needs the use of code segment register and we are not going to use that so we will continue to use the regular call instruction.

On 64 bit we already do a "call 32 bit value" which is 5 bytes long.


Added Invalid label.

@a-siva a-siva added Type-Enhancement closed-invalid Closed as we don't believe the reported issue is generally actionable labels May 16, 2012
@a-siva a-siva self-assigned this May 16, 2012
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
dart-bot pushed a commit that referenced this issue Aug 10, 2021
Bump pub

```
> git log --format="%C(auto) %h %s" 70b1a4f9229a36bac6340ec7eae2b2068baac96c..9f2ddc02f066c68fb638ff65fbb73761ece23267
 9f2ddc02 Use uris for paths in git source descriptions (#3063)
 97a0033e Update README.md (#3069)
 2ef10adf Roll setup-dart (#3054)
 4b5450d3 Updated repository specification. (#3050)
 0f3055db Add executables to allErrors (#3048)
```

Change-Id: Iaa42df2339b6f62aeb63e0f2e7eaf062da84e7c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209681
Reviewed-by: Jonas Jensen <[email protected]>
Commit-Queue: Sigurd Meldgaard <[email protected]>
copybara-service bot pushed a commit that referenced this issue Jul 7, 2022
…1 revision)

https://dart.googlesource.com/dartdoc/+log/21f9341eb662..61dea6b83073

2022-07-06 [email protected] Bump to 6.0.0 (#3069)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: [email protected]
Change-Id: I126c24f628c64e41e44dfcd44537a6973b449ced
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250800
Commit-Queue: Nate Bosch <[email protected]>
Reviewed-by: Kevin Moore <[email protected]>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-invalid Closed as we don't believe the reported issue is generally actionable type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants