Displaying 6 results from an estimated 6 matches for "l968".
Did you mean:
1968
2023 Jan 09
1
Shouldn't "Loading" be "Attaching" when referring to library() calls?
require() and library() both emit this message immediately before
running library():
"Loading required package: %s"
https://github.com/r-devel/r-svn/blob/4198a2941b702d965bb2374c2b908f48c369f40a/src/library/base/R/library.R#L967-L968
https://github.com/r-devel/r-svn/blob/4198a2941b702d965bb2374c2b908f48c369f40a/src/library/base/R/library.R#L684-L685
Shouldn't "Loading" be "Attaching" instead?
My understanding is "a package is loaded" is equivalent to
"isNamespaceLoaded()", i.e., lo...
2023 Jan 10
1
Shouldn't "Loading" be "Attaching" when referring to library() calls?
...2:25:46 -0800 writes:
> require() and library() both emit this message immediately before
> running library():
> "Loading required package: %s"
> https://github.com/r-devel/r-svn/blob/4198a2941b702d965bb2374c2b908f48c369f40a/src/library/base/R/library.R#L967-L968
> https://github.com/r-devel/r-svn/blob/4198a2941b702d965bb2374c2b908f48c369f40a/src/library/base/R/library.R#L684-L685
> Shouldn't "Loading" be "Attaching" instead?
Good question... I had asked myself as well a couple of times.
The vagueness is mostly &quo...
2020 Sep 28
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
...nd static libraries from paths.
-- Lang.
[1]
https://github.com/llvm/llvm-project/blob/5aa56b242951ab0f0181386ea58509f19b09206e/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h#L361
[2]
https://github.com/llvm/llvm-project/blob/e7549dafcd33ced4280a81ca1d1ee4cc78ed253f/llvm/tools/lli/lli.cpp#L968
On Mon, Sep 28, 2020 at 7:18 AM Geoff Levner <glevner at gmail.com> wrote:
> Importing symbols into the JIT from an object file or static library...?
>
> On Mon, Sep 28, 2020 at 5:29 AM Lang Hames <lhames at gmail.com> wrote:
>
>> Hi Andres,
>>
>> A topi...
2020 Sep 28
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
...g.
> >
> > [1]
> https://github.com/llvm/llvm-project/blob/5aa56b242951ab0f0181386ea58509f19b09206e/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h#L361
> > [2]
> https://github.com/llvm/llvm-project/blob/e7549dafcd33ced4280a81ca1d1ee4cc78ed253f/llvm/tools/lli/lli.cpp#L968
> >
> >
> > On Mon, Sep 28, 2020 at 7:18 AM Geoff Levner <glevner at gmail.com> wrote:
> >>
> >> Importing symbols into the JIT from an object file or static library...?
> >>
> >> On Mon, Sep 28, 2020 at 5:29 AM Lang Hames <lhames at gm...
2020 Oct 02
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
...1]
>>> https://github.com/llvm/llvm-project/blob/5aa56b242951ab0f0181386ea58509f19b09206e/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h#L361
>>> > [2]
>>> https://github.com/llvm/llvm-project/blob/e7549dafcd33ced4280a81ca1d1ee4cc78ed253f/llvm/tools/lli/lli.cpp#L968
>>> >
>>> >
>>> > On Mon, Sep 28, 2020 at 7:18 AM Geoff Levner <glevner at gmail.com>
>>> wrote:
>>> >>
>>> >> Importing symbols into the JIT from an object file or static
>>> library...?
>>> >>...
2020 Sep 28
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
Hi Andres,
A topic that I'd find interesting is what it'd take to make it easier to
> use profile guided optimization in the context of JIT. A few years back
> I crudely hacked this together, but it was fairly ugly. It'd be nice to
> make that easier. Possibly too complicated for that type of session?
We couldn't go into detail, but we could kick off a discussion and